home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / complib / clacgv.z / clacgv
Encoding:
Text File  |  1998-10-30  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCCCLLLLAAAACCCCGGGGVVVV((((3333FFFF))))                                                          CCCCLLLLAAAACCCCGGGGVVVV((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CLACGV - conjugate a complex vector of length N
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      SUBROUTINE CLACGV( N, X, INCX )
  13.  
  14.          INTEGER        INCX, N
  15.  
  16.          COMPLEX        X( * )
  17.  
  18. PPPPUUUURRRRPPPPOOOOSSSSEEEE
  19.      CLACGV conjugates a complex vector of length N.
  20.  
  21.  
  22. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  23.      N       (input) INTEGER
  24.              The length of the vector X.  N >= 0.
  25.  
  26.      X       (input/output) COMPLEX array, dimension
  27.              (1+(N-1)*abs(INCX)) On entry, the vector of length N to be
  28.              conjugated.  On exit, X is overwritten with conjg(X).
  29.  
  30.      INCX    (input) INTEGER
  31.              The spacing between successive elements of X.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.